home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / tri_bbs / tri0693.zip / 1 < prev    next >
Text File  |  1993-06-03  |  8KB  |  211 lines

  1.  
  2.  
  3.  
  4. ███████ ██████▄ ▐██▌ ██████▄ ██████▄ ▄█████▄     ▐█  ██     ▄█████▄ ▄█████▄
  5.   ▐█▌   ██   ██  ██  ██▄▄▄█▀ ██▄▄▄█▀ ██▄▄▄▄      ██▄▄██▄    ██  ▄██   ▄▄██▀
  6.   ▐█▌   ██████   ██  ██▀▀▀██ ██▀▀▀██  ▀▀▀▀██     ▀▀▀▀██▀    ██▄▀ ██ ▄██▀▀
  7.   ▐█▌   ██  ▀██ ▐██▌ ██████▀ ██████▀ ▀█████▀         ██  ██ ▀█████▀ ███████
  8.  
  9.  
  10.  
  11.  
  12.  
  13.       ██████▄ ▄██████ ██      ▄██████ ▄█████▄ ▄█████▄ ▄██████ ██████▄
  14.       ██   ██ ██▄▄▄▄  ██      ██▄▄▄▄  ██▄▄▄██ ██▄▄▄▄  ██▄▄▄▄  ██   ██
  15.       ██████  ██▀▀▀▀  ██      ██▀▀▀▀  ██▀▀▀██  ▀▀▀▀██ ██▀▀▀▀  ██   ██
  16.       ██  ▀██ ▀██████ ███████ ▀██████ ██   ██ ▀█████▀ ▀██████ ██████▀
  17.  
  18.  
  19.  
  20.  
  21.     On May 17, Mark Goodwin released his latest a greatest version of
  22.     TriBBS, Version 4.02. While this is not a "Major" version, there
  23.     are some big changes for us all. Just take a look below to see what
  24.     you might be missing if you don't upgrade.
  25.  
  26.   ----------------------------------------------------------------------
  27.  
  28.             TriBBS 4.02 Interim Update Documentation
  29.             ----------------------------------------
  30.  
  31.      TriBBS 4.02  provides a  couple of new  features that  require further
  32.      explanation.
  33.  
  34.  
  35.      Nonstandard IRQs
  36.      ----------------
  37.  
  38.      Because  a number  of sysops  have  expressed interest  in having  the
  39.      ability  to run  TriBBS with nonstandard  IRQs, I have  decided to put
  40.      support for them into 4.02 and not wait for 4.1.
  41.  
  42.      First of all, please note that  many doors (read that as most)  do NOT
  43.      support  nonstandard IRQs.   Also, some external  protocol drivers may
  44.      not support nonstandard IRQs.
  45.  
  46.      By default, ISA PCs use the following IRQs for COM1 through COM4:
  47.  
  48.      COM1    IRQ4
  49.      COM2    IRQ3
  50.      COM3    IRQ4
  51.      COM4    IRQ3
  52.  
  53.      Therefore, it  is possible  to have four  serial devices  connected to
  54.      your PC.  If they require interrupts to  function, then you are really
  55.      limited to only  two serial ports because  COM1 and COM3 use  the same
  56.      IRQ and  COM2  and COM4  use  the same  IRQ  and the  way  the PC  was
  57.      originally designed does not allow for sharing of interrupts.
  58.  
  59.      You can  get around this  by assigning  a nonstandard  IRQ setting  to
  60.      serial devices on COM3 and COM4.
  61.  
  62.      XT  compatible machines  have 8 available  interrupt vectors  (IRQ0 to
  63.      IRQ7) and are used as follows:
  64.  
  65.      IRQ0    System timer
  66.      IRQ1    Keyboard
  67.      IRQ2    Available
  68.      IRQ3    COM2
  69.      IRQ4    COM1
  70.      IRQ5    Hard disk controller
  71.      IRQ6    Floppy disk controller
  72.      IRQ7    LPT1
  73.  
  74.      As you can see,  you are pretty much limited  to using either IRQ2  or
  75.      IRQ7 on an XT compatible machine.
  76.  
  77.      AT compatible machines  have 16 available  interrupt vectors (IRQ0  to
  78.      IRQ15) and are used as follows:
  79.  
  80.      IRQ0    System timer
  81.      IRQ1    Keyboard
  82.      IRQ2    Cascade input for second interrupt controller
  83.      IRQ3    COM2
  84.      IRQ4    COM1
  85.      IRQ5    LPT2
  86.      IRQ6    Floppy disk controller
  87.      IRQ7    LPT1
  88.      IRQ8    Realtime clock
  89.      IRQ9    Redirected as IRQ2
  90.      IRQ10       Available
  91.      IRQ11       Available
  92.      IRQ12       PS/2 mouse
  93.      IRQ13       Math coprocessor
  94.      IRQ14       Hard disk controller
  95.      IRQ15       Available
  96.  
  97.      As  you can see, an  AT compatible machine has a  lot more options for
  98.      using a nonstandard IRQ (IRQ5, IRQ7, IRQ10, IRQ11, and IRQ15).
  99.  
  100.      If you  have any peripherals  that use  interrupts, be sure  that you
  101.      don't use an interrupt that is already in use by another device.
  102.  
  103.  
  104.      Configuring for a Nonstandard IRQ
  105.      ---------------------------------
  106.  
  107.      You can  configure your system  for a nonstandard IRQs  through either
  108.      TriMan's Node  Configuration option or  through a new  BBS.EXE command
  109.      line  switch.  The  command line  switch is /Qn  where "n" is  the IRQ
  110.      number  to be used.  For example if  you wanted to use IRQ5 for a node
  111.      that is already setup for COM3,  you would enter the following command
  112.      line:
  113.  
  114.      BBS /Q5
  115.  
  116.  
  117.      DOWNLOAD.BAT
  118.      ------------
  119.  
  120.      TriBBS 4.02  now supports  a DOWNLOAD.BAT file.   This  optional batch
  121.      file will  be called, if it exists in  the node's main directory, just
  122.      after a file is moved into the TRANSFER directory.   It is called with
  123.      parameters  that  are  similar  to   the  ones  TriBBS  uses  to  call
  124.      UPLOAD.BAT:
  125.  
  126.      %1 - Is the file's complete pathname.
  127.      %2 - Is the file's extension, if any.
  128.  
  129.   -----------------------------------------------------------------------
  130.  
  131.       And that's not all, for a full list of new features, take a look at
  132.   this exert from the TriBBS history Doc.
  133.  
  134.   -----------------------------------------------------------------------
  135.  
  136.   TriBBS 4.02
  137. -----------
  138.  
  139. Added support for nonstandard IRQs.
  140.  
  141. Added a DOWNLOAD.BAT file.
  142.  
  143. Whenever a file area is flagged as a CD-ROM file area, TriBBS will no longer
  144. check that file area when searching for new files.
  145.  
  146. TriBBS will now allow the caller to change his alias to his real name.
  147.  
  148. When swapping out to disk, TriBBS will now use a file named TRIBBS.SWP for
  149. the swap file.
  150.  
  151. If a caller had flagged files and then downloaded a file with the View
  152. Archive command, the flagged files would get messed up.  Fixed.
  153.  
  154. Fixed a few minor display bugs with the download prompts.
  155.  
  156. TriMan would display some really weird strings for toggle fields if a data
  157. file had become corrupted with negative values.  Fixed.
  158.  
  159. TriBBS would sometimes give a caller the wrong number of minutes remaining
  160. for the day.  Fixed.
  161.  
  162. TriBBS would allow the caller to do a private reply in a conference that
  163. doesn't support private posts.  Fixed.
  164.  
  165.   -------------------------------------------------------------------------
  166.  
  167.       And there's even more, Included in the archive is a new program,
  168.   Patch.exe. You might be asking what this is (as I did myself), well,
  169.   lets have Mark tell us.
  170.  
  171.   -------------------------------------------------------------------------
  172.  
  173.   PATCH.EXE
  174. ---------
  175.  
  176. With this update, I have included the file PATCH.EXE.  This program will be
  177. used to apply minor fixes to my software in future versions.  This program
  178. is part of Pocket Soft Inc's .RTPatch program and is legally distributed
  179. under their license agreement.  This should save a considerable amount of
  180. download time for future beta testing and minor bug fixes.
  181.  
  182.  
  183.    ------------------------------------------------------------------------
  184.  
  185.     There's just one more thing, there has been a change a while back
  186.    in the Registration of TriBBS. You can now do it with your credit card.
  187.    Just take a look below.
  188.    ------------------------------------------------------------------------
  189.  
  190.      Check or Money Orders:           Credit Card Orders:
  191.      Mark Goodwin                Public software Library
  192.      366 14th St                 PO Box 35705
  193.      Bangor, ME 04401            Houston, TX 77235-5705
  194.                          US Orders : 1-800-242-4PsL
  195.                          Overseas  : 1-713-524-6394
  196.                          Fax       : 1-713-524-6398
  197.                          CompuServe: 71355,470
  198.  
  199.      Credit  card orders  can  only  be made  through  The Public  software
  200.      Library!    To process  your  order as  fast as  possible,  The Public
  201.      software Library has assigned item number 10798 to TriBBS.
  202.  
  203.    -----------------------------------------------------------------------
  204.  
  205.     So as you can see, Mark has given us even more to work with.
  206.    Thanks Mark. And if you haven't registered TriBBS yet, shame on you,
  207.    Mark has a wife, Family and a modem to support. Join the Bandwagon,
  208.    register TriBBS today !!!
  209.  
  210.  
  211.